Click or drag to resize

MoveMethod Class

This class implements the WebDAV MOVE Method.
Inheritance Hierarchy

Namespace:  Independentsoft.Webdav.Methods
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class MoveMethod : WebdavMethod

The MoveMethod type exposes the following members.

Constructors
  NameDescription
Public methodMoveMethod
Initializes a new instance of the MoveMethod class.
Public methodMoveMethod(String, String)
Initializes a new instance of the MoveMethod class with the specified source and destination.
Public methodMoveMethod(String, String, Boolean)
Initializes a new instance of the MoveMethod class with the specified source and destination and overwrite option.
Top
Properties
  NameDescription
Public propertyDestination
Gets or sets URI of the destination resource.
Public propertyOverwrite
Gets or set a value indicating whether a overwrite is allowed if destination resource already exist.
Public propertySource
Gets or sets URI of the resource to move.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberMethodName
The method name.
Top
See Also